home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / workbench / scanfix / poolmem / showmem.readme < prev    next >
Text File  |  1999-09-10  |  2KB  |  60 lines

  1. Short:    Shows memory fragmentation via gfx
  2. Uploader: thor@einstein.math.tu-berlin.de (Thomas Richter)
  3. Author:   thor@einstein.math.tu-berlin.de (Thomas Richter)
  4. Type:     util/moni
  5. Version:  2.07
  6. Requires: Any Amiga, V39 recommended but not required.
  7.  
  8. Almost unlike all other memory meters, ShowMem does NOT display the total
  9. number of bytes available (this is done by the workbench anyways), but
  10. displays all free memory chunks in a graphical way. Hence the degree of
  11. fragmentation and the size of available memory is very easy to see.
  12.  
  13. _____________________________________________________________________________
  14.  
  15. Changes made for 2.07:
  16.  
  17.     The bottom border memory count could run into the window by as
  18.     much as one pixel for larger fonts. Fixed.
  19.  
  20. Changes made for 2.06:
  21.  
  22.     ShowMem could possibly mess the window border in worst case. Fixed.
  23.     
  24. Changes made for 2.05:
  25.  
  26.     Made the colors for the display configurable, but this requires
  27.     V39.
  28.  
  29. Changes made for 2.04:
  30.  
  31.     Fixed a stupid bug that could have caused enforcer hits in
  32.     very rare cases (in case the number of MemHeaders changed while
  33.     ShowMem was investigating this list).
  34.     Added a dummy BeginRefresh/EndRefresh to be 100% Intuition 
  35.     conformal.
  36.     Re-arranged the AllocMem/FreeMem patches to be able to run
  37.     ShowMem with MemSniff installed. However, please note that
  38.     in general MemSniff DOES NOT allow any patches on top of its
  39.     own patch, ShowMem is an exception.    
  40.  
  41. Changes made for 2.03:
  42.  
  43.     Forgot to set a flag correctly, AUTOADJUST did not work. 
  44.     Fixed!
  45.  
  46. Changes made for 2.02:
  47.  
  48.     Passed illegal parameters to the RectFill() call. Ooops!
  49.  
  50. Changes made for 2.01:
  51.  
  52.     Added LEFTEDGE/TOPEDGE/WIDTH/HEIGHT tooltypes to be able to re-
  53.     position the window freely.
  54.  
  55. _____________________________________________________________________________
  56.  
  57. Hope you like it,
  58.  
  59.     Thomas Richter, March 1999
  60.